home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Resource Library: Multimedia
/
Resource Library: Multimedia.iso
/
hypertxt
/
msdos
/
hydos10
/
link
< prev
next >
Wrap
Text File
|
1991-04-21
|
599b
|
13 lines
LINK
Link .OBJ files and libraries to produce executable programs
See also <EXE2BIN>
COMMAND TYPE: External VERSION: 1.0 and up
The LINK command is used to combine object module format files (.obj)
produced by high level language compilers such as FORTRAN, C or
PASCAL, or from assemblers such as MASM, with libraries of precompiled
routines, and produce executable program files (.EXE). LINK is
intended for use by programmers only. See the MSDOS TECHNICAL
REFERENCE for full details